ComponentOne Zip for UWP
Zip for UWP Fundamentals / Low Level: ZStream Class
In This Topic
    Low Level: ZStream Class
    In This Topic

    This is the lowest-level class in the C1Zip library, and it is used extensively by the higher-level classes described above.

    Most users will never use ZStream class directly since it is the most flexible, but the hardest to use component in the C1Zip library. ZStream is a C# implementation of the ZLIB library. ZLIB is an open-source library written by Jean-loup Gailly and Mark Adler.

    For more information on ZLIB, check http://www.info-zip.org/ or http://www.gzip.org/.

    See Also